.head {
    min-width: 1200px;
    width: 100%;
    height: 140px;
    /* background:url(/static/image/index/headbg.png) no-repeat; */
    background-size: 100% 100%;
}

.head .logo {
    padding: 15px 0;
    display: block;
}

.head .logo img {
    height: 100px;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.navBox {
    width: 100%;
    height: 55px;
    background-color: #004eb3;
}

.navBox .layui-nav {
    padding: 0;
    background-color: #004eb3;
}

.navBox .layui-nav .layui-nav-item:hover,
.navBox .layui-nav .layui-this {
    transition: all .3s;
}

.navBox .layui-nav .layui-nav-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.navBox .layui-nav .layui-this {
    background-color: rgba(0, 0, 0, 0.2);
}

.layui-nav .layui-nav-item {
    height: 55px;
    line-height: 55px;
}

.layui-nav .layui-nav-item>a {
    font-size: 22px;
    font-weight: bold;
    color: #eee;
}

.layui-nav .layui-this:after {
    display: none;
}

.layui-nav-bar {
    display: none;
}

footer {
    padding: 20px 0;
    background-color: #F5F7FA;
}

.footer>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footerOne a {
    margin: 0px 20px;
}

.footer .footerTwo {
    margin: 20px 0 10px;
}

.footer .footerTwo .layui-form-item {
    margin-bottom: 0;
    height: 38px;
}

.footer .footerTwo select {
    width: 200px;
    height: 30px;
    padding: 0px 10px;
    margin: 0px 20px;
    color: #333333;
    border: 0;
    background-color: #fff;
}

.footer .footerThree {
    flex-direction: column;
    color: #757575;
    font-size: 14px;
    line-height: 30px;
}

.eills1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.eills2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.commit-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 30px;
}

.commit-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #0072E2;
}

.commit-title h5 {
    color: #222;
    font-size: 20px;
    font-weight: bold;

}

.commit-title span {
    color: #A6A9B8;
    font-size: 14px;
}

.commit-list a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.commit-list a .imgBox {
    width: 225px;
    height: 150px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.commit-list a .imgBox .tag {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px 0px 2px 0px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
    padding: 2px 5px;
}

.commit-list a .imgBox img {
    width: 100%;
    height: 100%;
}

.commit-list a .textBox {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.commit-list a .textBox h5 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
}

.commit-list a .textBox p {
    margin-bottom: 20px;
}

.commit-list a .textBox .time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #A7A7A7;
}

.commit-list a:hover {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0 0 0 /12%);
}

.commit-list .more {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #0072E2;
    color: #0072E2;
    font-size: 16px;
    margin: 30px auto 15px;
}

.commit-list .more:hover {
    cursor: pointer;
    background-color: #0072E2;
    color: #fff;
}

.commit-page {
    text-align: center;
}

.schoolList {
    width: 100%;
}

.schoolList a {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #F7F7F7;
    padding: 15px 0;
    margin: 10px 0;
}

.schoolList a .scImg {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.schoolList a .scImg img {
    width: 100%;
    height: 100%;
}

.schoolList a .scName {
    width: calc(100% - 70px);
}

.schoolList a .scName h5 {
    font-size: 16px;
    color: #222222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.schoolList a .scName .tag {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.schoolList a .scName .tag .address {
    background: #F8F9FA;
    border-radius: 2px;
    font-size: 12px;
    color: #A7A7A7;
    padding: 0 10px;
}

.schoolList a .scName .tag img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.schoolList a:hover h5 {
    color: #004EB3;
}